@charset "utf-8";

/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer2,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: normal 100% "microsoft yahei", Helvetica, Arial, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer2,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

button {
  background: transparent;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  max-width: 100%;
}

html {
  line-height: initial;
}

body {
  font-size: 0.26rem;
  height: 6.5rem;
}

input {
  outline: none;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
  /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}

input:focus:-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 19+ */

input:focus::-moz-placeholder {
  color: transparent;
}

/* Internet Explorer 10+ */

input:focus:-ms-input-placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  color: #f7b69f;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #f7b69f;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #f7b69f;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f7b69f;
}

iframe {
  overflow: hidden;
  border: none;
}

a {
  display: inline-block;
  zoom: 1;
  text-decoration: none;
  color: #333333;
}

.clear {
  clear: both;
}

.warp {
  margin: 0 auto;
  width: 14rem;
  height: 91%;
  position: relative;
  z-index: 2;
}

.bg {
  background: url(../images/bg01.jpg) no-repeat;
  background-size: 100% 8.14rem;
  background-position-y: 0.76rem;
  /* width: 19.2rem; */
  width: 100%;
  height: 91.6%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.bg .line {
  background: url(../images/bg01.png);
  width: 100%;
  height: 3.12rem;
  position: relative;
  top: 5.77rem;
  left: 0;
  animation: run 100s linear infinite;
}

.bg .circle01 {
  background: url(../images/mark05.png) no-repeat;
  background-size: 1.02rem 1.14rem;
  width: 1.02rem;
  height: 1.14rem;
  position: absolute;
  top: 1.8rem;
  left: -0.5rem;
}

.bg .circle02 {
  background: url(../images/mark06.png) no-repeat;
  background-size: 2.18rem 1.87rem;
  width: 2.18rem;
  height: 1.87rem;
  position: absolute;
  top: 7.6rem;
  left: 1.5rem;
}

.bg .circle03 {
  background: url(../images/mark07.png) no-repeat;
  background-size: 0.4rem 0.46rem;
  width: 0.4rem;
  height: 0.46rem;
  position: absolute;
  top: 2.4rem;
  left: 4.2rem;
}

.bg .circle04 {
  background: url(../images/mark08.png) no-repeat;
  background-size: 0.28rem 0.27rem;
  width: 0.28rem;
  height: 0.27rem;
  position: absolute;
  top: 1.4rem;
  left: 12.5rem;
}

.bg .circle05 {
  background: url(../images/mark09.png) no-repeat;
  background-size: 0.25rem 0.27rem;
  width: 0.25rem;
  height: 0.27rem;
  position: absolute;
  top: 6rem;
  left: 14rem;
}

.bg .circle06 {
  background: url(../images/mark10.png) no-repeat;
  background-size: 1.01rem 1.07rem;
  width: 1.01rem;
  height: 1.07rem;
  position: absolute;
  top: 6.5rem;
  left: 18.5rem;
}

.bg .circle07 {
  background: url(../images/mark11.png) no-repeat;
  background-size: 0.45rem 0.42rem;
  width: 0.45rem;
  height: 0.42rem;
  position: absolute;
  top: 2.2rem;
  left: 13.5rem;
}

.nav {
  width: 100%;
  height: 0.8rem;
  position: absolute;
  z-index: 50;
}

.nav01,
.nav02,
.nav03,
.nav04 {
  font-size: 0.22rem;
  line-height: 0.8rem;
  padding: 0 0.29rem;
  cursor: pointer;
}

.nav01.active {
  color: #0085ff;
}

.nav li {
  float: left;
}

.nav li ul li {
  width: 100%;
}

.nav li ul {
  display: none;
}

.nav li:hover,
.nav li a:hover,
.nav li a:active {
  color: #0085ff;
}

.nav li:hover ul,
.nav li a:hover ul,
.nav li a:active ul {
  display: block;
}

.nav_second {
  width: 1.46rem;
  height: 0.9rem;
  position: absolute;
  top: 0.6rem;
  left: 2.23rem;
  background-color: #fff;
  padding-top: 0.2rem;
  display: none;
  border-bottom-right-radius: 0.05rem;
  border-bottom-left-radius: 0.05rem;
}

.nav_second a {
  display: block;
  font-size: 0.18rem;
  text-align: center;
  padding: 0.03rem 0;
  color: #333333;
}

.logo {
  background: url(../images/logo.png) no-repeat;
  background-size: 1.01rem 0.48rem;
  width: 1.01rem;
  height: 0.48rem;
  margin-top: 0.13rem;
  margin-left: 0.2rem;
  vertical-align: top;
}

.content {
  /* width: 19.2rem; */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: hidden;
}

.ball {
  background: url(../images/ball.png) no-repeat;
  background-size: 10.28rem 5.68rem;
  width: 10.28rem;
  height: 5.68rem;
  position: relative;
  top: 2.7rem;
  left: 50%;
  margin-left: -5.14rem;
  opacity: 0;
  z-index: 20;
}

.ball .map01 {
  background: url(../images/map01.png) no-repeat;
  background-size: 0.56rem 0.39rem;
  width: 0.56rem;
  height: 0.39rem;
  position: absolute;
  top: 1.85rem;
  left: 1.46rem;
  cursor: pointer;
}

.ball .map02 {
  background: url(../images/map02.png) no-repeat;
  background-size: 0.63rem 0.46rem;
  width: 0.63rem;
  height: 0.46rem;
  position: absolute;
  top: 1.88rem;
  right: 1.75rem;
  cursor: pointer;
}

.ball .map03 {
  background: url(../images/map03.png) no-repeat;
  background-size: 0.67rem 0.22rem;
  width: 0.67rem;
  height: 0.22rem;
  position: absolute;
  top: 2.22rem;
  right: 0.9rem;
  cursor: pointer;
}

.ball .map04 {
  background: url(../images/map04.png) no-repeat;
  background-size: 0.6rem 0.36rem;
  width: 0.6rem;
  height: 0.36rem;
  position: absolute;
  top: 2.7rem;
  right: 1.46rem;
  cursor: pointer;
}

.ball .map05 {
  background: url(../images/map05.png) no-repeat;
  background-size: 0.8rem 0.47rem;
  width: 0.8rem;
  height: 0.47rem;
  position: absolute;
  top: 2.6rem;
  right: 2.46rem;
  cursor: pointer;
}

.ball .map:hover,
.ball .map:focus {
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: gelatine 0.5s 1;
  animation: gelatine 0.5s 1;
}

.ball .dian01 {
  background: url(../images/dian.png) no-repeat;
  background-size: 0.12rem 0.12rem;
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  top: 2.1rem;
  left: 1.86rem;
  cursor: pointer;
}

.ball .dian02 {
  background: url(../images/dian.png) no-repeat;
  background-size: 0.12rem 0.12rem;
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  top: 2.2rem;
  right: 1.75rem;
  cursor: pointer;
}

.ball .dian03 {
  background: url(../images/dian.png) no-repeat;
  background-size: 0.12rem 0.12rem;
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  top: 2.22rem;
  right: 1.45rem;
  cursor: pointer;
}

.ball .dian04 {
  background: url(../images/dian.png) no-repeat;
  background-size: 0.12rem 0.12rem;
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  top: 2.7rem;
  right: 1.92rem;
  cursor: pointer;
}

.ball .dian05 {
  background: url(../images/dian.png) no-repeat;
  background-size: 0.12rem 0.12rem;
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  top: 2.95rem;
  right: 2.46rem;
  cursor: pointer;
}

.ball .dian_s01 {
  background: url(../images/dian_s.png) no-repeat;
  background-size: 0.12rem 0.12rem;
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  top: 2.1rem;
  left: 1.86rem;
  cursor: pointer;
}

.ball .dian_s02 {
  background: url(../images/dian_s.png) no-repeat;
  background-size: 0.12rem 0.12rem;
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  top: 2.2rem;
  right: 1.75rem;
  cursor: pointer;
}

.ball .dian_s03 {
  background: url(../images/dian_s.png) no-repeat;
  background-size: 0.12rem 0.12rem;
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  top: 2.22rem;
  right: 1.45rem;
  cursor: pointer;
}

.ball .dian_s04 {
  background: url(../images/dian_s.png) no-repeat;
  background-size: 0.12rem 0.12rem;
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  top: 2.7rem;
  right: 1.92rem;
  cursor: pointer;
}

.ball .dian_s05 {
  background: url(../images/dian_s.png) no-repeat;
  background-size: 0.12rem 0.12rem;
  width: 0.12rem;
  height: 0.12rem;
  position: absolute;
  top: 2.95rem;
  right: 2.46rem;
  cursor: pointer;
}

.ball .dian {
  border-radius: 50%;
  animation: scales 2s linear infinite;
  -moz-animation: scales 2s linear infinite;
  -webkit-animation: scales 2s linear infinite;
}

.ball .dian_s {
}

.words {
  background: url(../images/words.png) no-repeat;
  background-size: 4.2rem 3.08rem;
  width: 4.2rem;
  height: 3.08rem;
  position: absolute;
  top: 1.1rem;
  left: 4.6rem;
  z-index: 10;
  animation: zoomIn 1.8s ease-in;
  -moz-animation: zoomIn 1.8s ease-in;
  -webkit-animation: zoomIn 1.8s ease-in;
}

.words_h {
  background: url(../images/0.png);
  background-size: 126rem 3.08rem;
  width: 4.2rem;
  height: 3.08rem;
  position: absolute;
  top: 1.1rem;
  left: 4.6rem;
  z-index: 10;
  display: none;
  animation: hands 2s infinite steps(30);
}

.tip {
  background: url(../images/tip.png) no-repeat;
  background-size: 1.14rem 0.25rem;
  width: 1.14rem;
  height: 0.25rem;
  position: absolute;
  left: 6.48rem;
  top: 1.28rem;
  opacity: 0;
  z-index: 50;
  animation: bounceInDown 0.9s 1.2s ease-in forwards;
  -moz-animation: bounceInDown 0.9s 1.2s ease-in forwards;
  -webkit-animation: bounceInDown 0.9s 1.2s ease-in forwards;
}

.btn01 {
  background: url(../images/btn01.png) no-repeat;
  background-size: 1.68rem 0.56rem;
  width: 1.68rem;
  height: 0.56rem;
  position: absolute;
  top: -0.7rem;
  left: 35%;
  transform: translateX(-35%);
  z-index: 20;
  cursor: pointer;
}

.btn02 {
  background: url(../images/btn02.png) no-repeat;
  background-size: 1.68rem 0.56rem;
  width: 1.68rem;
  height: 0.56rem;
  position: absolute;
  top: -0.7rem;
  left: 60%;
  transform: translateX(-60%);
  z-index: 20;
  cursor: pointer;
}

.info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.footer2 {
  width: 100%;
  height: 0.76rem;
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
  font-size: 0;
  background-color: #fff;
}

.tab {
  padding-top: 0.15rem;
  width: 50%;
  /* font-size: 0.22rem; */
  font-size: 22px;
  color: #333333;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.tab.curr {
  border-top: 2px solid #41adf8;
  color: #339dff;
}

.info.curr {
  display: block;
}

.mark {
  background: url(../images/mark.png) no-repeat;
  background-size: 5.4rem 2.1rem;
  width: 5.4rem;
  height: 2.1rem;
  font-size: 0.4rem;
  color: #0067b5;
  line-height: 1.9rem;
  padding-left: 1.52rem;
}

.mark_h {
  background: url(../images/mark_h.png) no-repeat;
  background-size: 5.4rem 2.1rem;
  width: 5.4rem;
  height: 2.1rem;
  padding-left: 0.8rem;
  padding-top: 0.2rem;
}

#mark {
  width: 100%;
}

#mark ul {
  margin-top: 1.7rem;
}

#mark ul li {
  position: relative;
  width: 5.4rem;
  height: 1.9rem;
  list-style: none;
  margin-left: 1.08rem;
  margin-top: 0.6rem;
  display: inline-block;
  perspective: 300px;
}

#mark ul li .part {
  position: relative;
  display: block;
  width: 100%;
  height: 125%;
}

#mark ul li .part .icon {
  position: absolute;
  top: 0.65rem;
  left: 0.1rem;
  z-index: 3;
  width: 0.68rem;
  height: 0.573333rem;
}

#mark ul li .part > div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  /*动画元素背后设置为hidden*/
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

#mark ul li .part .mark {
  /* 绕y轴旋转 */
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  z-index: 2;
}

#mark ul li .part .mark_h {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  z-index: 1;
}

#mark ul li .part:hover .mark {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
}

#mark ul li .part:hover .mark_h {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
}

.mark01_xia .link,
.mark02_xia .link,
.mark04_xia .link,
.mark05_xia .link,
.mark06_xia .link {
  font-size: 0.2rem;
  color: #0067b5;
  display: inline-block;
  padding: 0.1rem 0rem 0.1rem 0.4rem;
  cursor: pointer;
}

.mark03_xia .link {
  font-size: 0.22rem;
  color: #0067b5;
  display: inline-block;
  padding: 0.1rem 0rem 0.1rem 0.4rem;
  cursor: pointer;
}

.mark03_xia .link04 {
  /* padding-left: 0.55rem; */
}

.mark01_xia .link:hover,
.mark02_xia .link:hover,
.mark03_xia .link:hover,
.mark04_xia .link:hover {
  text-decoration: underline;
}

.tc2.show,
.tc3.show,
.tc4.show {
  display: block;
  animation: bounceInLeft 0.8s ease-in forwards;
  -moz-animation: bounceInLeft 0.8s ease-in forwards;
  -webkit-animation: bounceInLeft 0.8s ease-in forwards;
}

.tc1.show,
.tc5.show {
  display: block;
  animation: bounceInRight 0.8s ease-in forwards;
  -moz-animation: bounceInRight 0.8s ease-in forwards;
  -webkit-animation: bounceInRight 0.8s ease-in forwards;
}

.tc p {
  font-size: 0.16rem;
  font-family: "microsoft yahei";
  color: #fbfbfb;
  display: block;
  line-height: 0.27rem;
}

.tc1 {
  background: url(../images/tc1.png) no-repeat;
  background-size: 4.26rem 4.53rem;
  width: 4.26rem;
  height: 4.53rem;
  position: absolute;
  top: 1.1rem;
  left: -1rem;
  z-index: 30;
  display: none;
}

.tc1 p {
  padding: 0 0.05rem 0.04rem 0.2rem;
}

.tc1 .tc_words {
  margin-top: 0.1rem;
}

.tc1 .title {
  background: url(../images/city01.png) no-repeat;
  background-size: 2.03rem 0.89rem;
  width: 2.03rem;
  height: 0.89rem;
  display: block;
  margin-left: 0.6rem;
  margin-top: 0.1rem;
}

.tc1 .scroll_box {
  width: 80%;
  height: 3.4rem;
  overflow-y: auto;
}

.tc2 {
  background: url(../images/tc2.png) no-repeat;
  background-size: 5.12rem 4.53rem;
  width: 5.12rem;
  height: 4.53rem;
  position: absolute;
  top: 1rem;
  left: 10rem;
  z-index: 30;
  display: none;
}

.tc2 p {
  padding: 0 0.1rem 0 0.75rem;
}

.tc2 .tc_words {
  margin-top: 0.2rem;
}

.tc2 .scroll_box {
  width: 77%;
  float: right;
  height: 3.3rem;
  margin-right: 0.1rem;
  overflow-y: auto;
  position: relative;
}

.tc2 .title {
  background: url(../images/city02.png) no-repeat;
  background-size: 2.15rem 0.88rem;
  width: 2.15rem;
  height: 0.88rem;
  display: block;
  margin-left: 2.2rem;
  margin-top: 0.1rem;
}

.tc3 {
  background: url(../images/tc3.png) no-repeat;
  background-size: 4.55rem 4.53rem;
  width: 4.55rem;
  height: 4.53rem;
  position: absolute;
  top: 2.2rem;
  left: 10.7rem;
  z-index: 30;
  display: none;
}

.tc3 .tc_words {
  margin-top: 0.1rem;
}

.tc3 p {
  padding: 0 0.1rem 0 1.3rem;
}

.tc3 .title {
  background: url(../images/city03.png) no-repeat;
  background-size: 2.5rem 1.28rem;
  width: 2.5rem;
  height: 1.28rem;
  display: block;
  margin-left: 1.5rem;
}

.tc4 {
  background: url(../images/tc4.png) no-repeat;
  background-size: 4.9rem 4.53rem;
  width: 4.9rem;
  height: 4.53rem;
  position: absolute;
  top: 3.4rem;
  left: 10.2rem;
  z-index: 30;
  display: none;
}

.tc4 p {
  padding: 0 0.1rem 0 0.55rem;
}

.tc4 .tc_words {
  margin-top: 0.1rem;
}

.tc4 .scroll_box {
  width: 77%;
  float: right;
  height: 2.9rem;
  margin-right: 0.1rem;
  overflow-y: auto;
  position: relative;
}

.tc4 .title {
  background: url(../images/city04.png) no-repeat;
  background-size: 1.82rem 1.2rem;
  width: 1.82rem;
  height: 1.2rem;
  display: block;
  margin-left: 2.15rem;
  margin-top: 0.1rem;
}

.tc5 {
  background: url(../images/tc5.png) no-repeat;
  background-size: 7.7rem 4.53rem;
  width: 7.7rem;
  height: 4.53rem;
  position: absolute;
  top: 3.1rem;
  left: 0.7rem;
  z-index: 30;
  display: none;
}

.tc5 .tc_words {
  margin-top: 0.1rem;
}

.tc5 .scroll_box {
  width: 43.5%;
  height: 3.2rem;
  overflow-y: auto;
}

.tc5 p {
  padding: 0 0.16rem 0 0.15rem;
}

.tc5 .title {
  background: url(../images/city05.png) no-repeat;
  background-size: 2.48rem 0.87rem;
  width: 2.48rem;
  height: 0.87rem;
  display: block;
  margin-left: 0.4rem;
  margin-top: 0.1rem;
}

#style-1::-webkit-scrollbar-track {
  border-radius: 0.1rem;
  background-color: transparent;
}

#style-1::-webkit-scrollbar {
  border-radius: 0.1rem;
  width: 0.13rem;
  background-color: rgba(33, 21, 121, 0.3);
}

#style-1::-webkit-scrollbar-thumb {
  width: 0.13rem;
  background-color: #230f76;
  border-radius: 0.1rem;
}

@keyframes hands {
  0% {
    background-position: 0% 0%;
  }

  100% {
    background-position: -3000% 0%;
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(80px, 0, 0);
    transform: translate3d(80px, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@keyframes run {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -100rem 0;
  }
}

@-webkit-keyframes run {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -100rem 0;
  }
}

@keyframes scales {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  50% {
    transform: scale(2);
    opacity: 0.8;
  }

  100% {
    transform: scale(4);
    opacity: 0;
  }
}

@-webkit-keyframes scales {
  12.5% {
    transform: scale(1);
  }

  25% {
    transform: scale(0);
  }

  37.5% {
    transform: scale(1);
  }

  50% {
    transform: scale(0);
  }

  62.5% {
    transform: scale(1);
  }

  75% {
    transform: scale(0);
  }

  87.5% {
    transform: scale(1);
  }

  0%,
  100% {
    transform: scale(0);
  }
}

@keyframes drop {
  from {
    top: 0.8rem;
    opacity: 0;
  }

  to {
    top: 1.08rem;
    opacity: 1;
  }
}

@-webkit-keyframes drop {
  from {
    top: 0.8rem;
    opacity: 0;
  }

  to {
    top: 1.08rem;
    opacity: 1;
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    top: 0rem;
  }

  40% {
    opacity: 1;
    top: 1.3rem;
  }

  60% {
    opacity: 1;
    top: 1.26rem;
  }

  70% {
    opacity: 1;
    top: 1.22rem;
  }

  80% {
    opacity: 1;
    top: 1.24rem;
  }

  90% {
    opacity: 1;
    top: 1.26rem;
  }

  to {
    opacity: 1;
    top: 1.28rem;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    top: 1.1rem;
  }

  15% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    top: 1.1rem;
  }

  30% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1, 1, 1);
    top: 1.1rem;
  }

  45% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    top: 1.1rem;
  }

  60% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1, 1, 1);
    top: 1.1rem;
  }

  75% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1, 1, 1);
    top: 1.1rem;
  }

  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1, 1, 1);
    top: 1.1rem;
  }

  95% {
    top: 1.2rem;
  }

  100% {
    top: 1.1rem;
  }
}

@-webkit-keyframes zoomIn {
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@keyframes gelatine {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }

  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

@-webkit-keyframes gelatine {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }

  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

@keyframes scale {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }
}

@-webkit-keyframes scale {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8);
  }
}

@-webkit-keyframes ro {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 4000% 0;
  }
}

@media screen and (max-width: 1770px) {
  .info01 {
    transform: scale(0.9);
  }
}

@media screen and (max-width: 1600px) {
  .info01 {
    transform: scale(0.85);
  }
}

@media screen and (max-width: 1400px) {
  .info01 {
    transform: scale(0.82);
  }
}
